@charset "utf-8";

/* Styles for JLab Referti Online*/


/* General*/

/* General Frame*/


.container {
	width:auto;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;

}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}
/* Grid table view*/
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-20 {width:20%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-form-4 {width: 33.33%;}
.col-form-pic-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
    float: left;
    padding: 5px;
}
/* Row Placeholder*/
.row {
	margin-left: 0!important;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
/* General Styles*/
a {
	cursor: pointer;
}
.navbar-nav li{
	text-align:center;
	border:none;
}

.navbar-nav > li > a {
	font-size: 10px;
	color: #6d6d6d;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}
}
a.foot {
	font-size: 10px;
	color: #6d6d6d;
	font-family: 'Open Sans', sans-serif;}

/* Body Styles Start*/
body{
	font-family: 'Open Sans', sans-serif!important;
	font-size:16px;
	margin:0;
	padding:0;
	position:relative;
	background:#fff;
}
/* Body Styles End*/
/* Header Styles Start*/
.header{
	margin: 0 5px 0 5px;
	text-align: justify;
	font-size: 100%;
	border-bottom: 3px solid #96b1cf;
	
	}
.H1_header {
	font-size: 300%;
	font-weight: 700;
	color: #20597D;
	line-height: 1.3;
}
.H3_header {
	font-size: 200%;
	font-weight: 700;
	color: #20597D;
	line-height: 15px;
	text-align: right;
}
.mini_padding {
    padding: 0 0 0 3px;
}


/* Header Styles END*/
/* Body Styles*/
canvas{
	pointer-events: none;       /* make the canvas transparent to the mouse - needed since canvas is position infront of image */
	position: absolute;
}
img.lb_map_overlay{
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
div.FD_C_Form {
	box-shadow: 0 0 8px 0 rgba(0, 1, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: white;
	padding: 1em;
	overflow: hidden;
	text-align: left;
	position: relative;
}
.FD_C_newsletter {
	box-shadow: 0 0 8px 0 rgba(0, 1, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 1em;
	overflow: hidden;
	text-align: center;
	position: relative;
	top: 6px;
}

.FD_C_new_button a{
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: white;
}
.FD_C_Logo{
	float: left;
	position: relative;

}
.fidelity_c {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: gray;

}
.table_ris_zcs {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: gray;

}
.fidelity_b {
	font-family: "Open Sans", bold;
	font-weight: 700;
	font-size: 20px;
	color: gray;
	display: inline;
}
input[type=text]{
	margin: 0 0;
	display: inline;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}
input[type=submit]{
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 20px;
	border: none;
	background-color: white;
	color: gray;
	display: inline;
	float:right;
}
.azzurrino2 {
	font-size:25px;
	line-height:27px;
	color:#97b2d0;
	font-weight:bold;
	text-align:left!important;
	}
.azzurro{
	color:#2f7A9e;
	margin:0!important;
}
/*Fancy Tabs Styles*/

.tab button {
	border: none;
	width:100%;
	height:15%;
	clear:both;
	text-align: center;
	outline: none;
	cursor: pointer;
	padding: 5px 5px;
	transition: 0.3s;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: white;
}

.tabcontent {
	background-color: #white;
	height: auto;
	max-height:320px;
	overflow: auto;
	width: 100%;
	display: none;
	padding: 3px 3px 3px 3px;
	box-shadow: 0 0 8px 0 rgba(0, 1, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Scroll Bar */
/* width */
@media only screen 
and (min-device-width : 850px) {
::-webkit-scrollbar {
    width: 5px;
}
}


 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #6d6d6d; 
    border-radius: 70px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #2379A1;
}

.main_part {
	height: 400px;
	max-height: 400px;
}


/* Responsive Stuff*/
.hide_on_big_devices{
	display: none;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 812px) {
	.hide_on_big_devices{
	display: block;
}
	.hide_on_small_devices{
		display: none!important;
	}
	.col-4 {width: 83.33%!important;}
	.col-form-4 {width: 100%;}
	.col-form-pic-4 {width: 50%;}
	.col-8 {width: 100%!important;}
	.col-6 {width: 100%!important;}
	.col-10 {width: 100%!important;}

	.container {
		width:auto;
	}
	.fidelity_i {font-size: 15px;}
	.fidelity_c {text-align: center;}
	.fidelity_b {text-align: right;}
.tab button {

	transition: 0.3s;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: white;
}
.tab ul {
	background-color: #96B3DA;
    margin:0px; 
	padding:0px;
	
}
.footer{
	text-align: center!important;
	}
p.foot{
	text-align: center!important;

}
}
/* Responsive Stuff*/
/* Footer Styles Start*/
.footer{
	margin: 0 5px 0 5px;
	text-align: right;
	font-size: 10px;
	border-top: 3px solid #96b1cf;
	line-height:11px;

			padding: 0!important;
	}

.footerBrand{
	float: left;
	margin-right: 15px;
	}

ul.foot {
	line-height:11px;
	float: left;
	position: relative;
	padding:0;
}


a.foot:hover, a.footer:focus{
	color:#666;

}
.floatleft{
	float: left;
}
.foot{
	text-align: left;
	font-size: 10px;
	color: #6d6d6d;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;}

}
/* footer */

#menu-footer {
	list-style-type: none;
	padding: 0!important;
}

ul#menu-footer li {
	display: inline;
	padding: 0!important;
}

ul#menu-footer li a {

	margin-right: 10px;
}

ul#menu-footer li a:after {
	content: "|";
	position: relative;
	left: 6px;
}

/* Footer Styles End*/


/* Responsive Styles for the first page*/

